home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / scripts / detail_funhouse.shader < prev    next >
Encoding:
Text File  |  2000-11-20  |  674 b   |  38 lines

  1. textures/funhouse/matress01
  2. {
  3.     qer_editorimage textures/funhouse/matress01
  4.     {
  5.         map $lightmap
  6.         rgbGen identity
  7.     }
  8.     {
  9.         map textures/funhouse/matress01.tga
  10.         blendfunc GL_DST_COLOR GL_ZERO
  11.     }
  12.     {
  13.         map textures/detail_shader/detail_fabric02.tga
  14.         blendfunc GL_DST_COLOR GL_SRC_COLOR
  15.         detail
  16.         tcMod scale 3.1 3.2
  17.     }
  18. }
  19.  
  20. textures/funhouse/matress02
  21. {
  22.     qer_editorimage textures/funhouse/matress02
  23.     {
  24.         map $lightmap
  25.         rgbGen identity
  26.     }
  27.     {
  28.         map textures/funhouse/matress02.tga
  29.         blendfunc GL_DST_COLOR GL_ZERO
  30.     }
  31.     {
  32.         map textures/detail_shader/detail_fabric02.tga
  33.         blendfunc GL_DST_COLOR GL_SRC_COLOR
  34.         detail
  35.         tcMod scale 3.1 3.2
  36.     }
  37. }
  38.